@charset "utf-8";
/*全局初始化样式*/
html{height:100%;-webkit-text-size-adjust:100%;}
*{ -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
body{ padding:0; margin:0 auto; font-size: 14px; line-height: 1.42857143; font-family:Microsoft YaHei,arial,'微软雅黑','宋体'; color: #595959; min-width: 320px; width: 100%; zoom:1; background:#eff0f2;

/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none; 

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制文本可选性*/
-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
        
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;
}

/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{ margin: 0; padding: 0;}
.ul,.ul li{ list-style:none; margin: 0; padding: 0;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#666460;} 
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:top;}

/*初始化a的样式和字体样式*/
a{ color:#666460; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none;}
a:hover{ color: #d71318;}

/*清除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}

.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both;
 font-size: 0px;}
.clearfix { zoom: 1;}


.w1200{ width: 1200px; margin: 0 auto;}

.m{ max-width:1200px; margin:0 auto;}
@media (max-width: 1024px) {
.m{ padding:0 2%;}
}


/*全局样式*/




/*页面框架结构*/
.contain{} /*页面主体内容*/
.slidebar{} /*边侧菜单*/
.maincontent{} /*主要内容*/
.content{} /*内容*/
.txtbox,
.singlepage{ /*单片 设置文字两端对齐*/ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden;}
.current{ /*当前位置*/}


/*分页*/
.pages{}
/*分页*/

.Banner002167{ background:#fff;}



/*头部*/
.header{ border-top:2px solid #d71318; height:100px; background:#fff;}
.header .m{ position:relative;}
.header .logo{ display:block; float:left; margin-top:13px;}
.header .mainnav{ float:right; z-index:999;}
.mainnav .ul li{ float:left; padding:0 15px; height:100px; position:relative;}
.mainnav .ul li::before{ content:''; display:block; width:1px; height:7px; background:url(../images/nav_line.jpg) no-repeat; position:absolute; right:0; top:45%;}
.mainnav .ul li .nav_a{ display:block; height:100px; line-height:100px; font-size:16px; color:#595959; cursor:default;}
.mainnav .ul li .nav_a2{ cursor:pointer;}
.mainnav .ul li .nav_a::before{ content:''; display:block; width: 0;height: 0;border-left: 5px solid transparent; border-right:5px solid transparent;border-bottom: 7px solid #d71318; position:absolute; bottom:0; left:45%; display:none;}
.mainnav .ul li:hover .nav_a,
.mainnav .ul .onnav .nav_a{ border-bottom:3px solid #d71318; color:#d71318;}
.mainnav .ul li:hover .nav_a::before,
.mainnav .ul .onnav .nav_a::before{ display:block;}

.mainnav .navdown{ background:pink; position:absolute; left:0; top:97px; width:100%; background:#d7141a; color:#fff; display:none; z-index:9999;}
.navdown dd a{ font-size:14px; color:#fff; display:block; text-align:center; padding:10px 5px;}
.navdown dd a:hover{ background:rgba(0,0,0,0.3);}
.pc .mainnav .ul li:hover .navdown{ display:block;}

.header .top_site{ float:right; color:#d71318;}
.top_site a{ display:block;  height:100px; line-height:100px; padding:0 25px; font-size:0px; color:#595959; background: url(../images/yg.png) no-repeat center center;}
/*.top_site a:hover{ color:#d71318;}*/
.header .top_search{ float:right; position:relative; padding:35px 22px 0 10px;}
.top_search .tops_i{ display:block; width:27px; height:27px; background:url(../images/top_search.jpg) no-repeat; cursor:pointer;}
.top_search .tops_i:hover{background: url(../images/sson.png)no-repeat;background-size: 100% 100%;}
.top_search .tops_box{ background:#d71318; position:absolute; top:88px; right:0; width:285px; padding:10px 10px; z-index:9999; display:none;}
.top_search .tops_box input{ display:block;}
.tops_box .tops_input1{ background:#fff; width:230px; height:35px; line-height:35px; float:left; padding:0 10px;}
.tops_box .tops_input2{ width:35px; height:35px; float:right; background:url(../images/sous.png) #fff no-repeat center center; background-size:50% 50%; cursor:pointer;}

.header .nav-btn{ display:none;}
@media (max-width: 1100px){
.mainnav .ul li{ padding:0 9px;}
.mainnav .ul li .nav_a{ font-size:14px;}
.top_site a{ padding:0 25px;}
.header .top_search{ padding:35px 10px 0;}
}
@media (max-width: 900px){
.header{ height:70px;}
.header .logo img{ height:40px;}
.mainnav .ul li{ height:70px;}
.mainnav .ul li .nav_a{ height:70px; line-height:70px;}
.top_site a{ height:70px; line-height:70px;}
.header .top_search{ padding:20px 10px 0;}
.top_search .tops_box{ top:70px;}
.mainnav .navdown{ top:67px;}
}
@media (max-width: 860px){
.header .nav-btn{ display:block;}
.header .mainnav{ position:absolute; top:70px; right:0; background:#d71318; display:none;}
.mainnav .ul li{ float:none; height:auto; padding:0;}
.mainnav .ul .onnav .nav_a::before{ display:none;}
.mainnav .ul li .nav_a{ height:40px; line-height:40px; color:#fff !important; padding:0 25px; text-align:center; border-bottom:1px solid pink !important;}
.mainnav .ul .onnav .nav_a{ color:#ffa133 !important; font-weight:bold; border-bottom:1px solid pink !important;}
.mainnav .ul li::before{ display:none;}
.header .nav-btn{ padding:4px 8px; border:1px solid #d71318; border-radius:3px; line-height:20px; color:#d71318; float:right; margin:18px 0 0 10px;}

.mainnav .navdown{ position:static; background:rgba(0,0,0,0.3);}
.navdown dd a{ border-bottom:1px solid pink;}

.mainnav .ul li .nav_a:hover::before, .mainnav .ul .onnav .nav_a::before{ display:none;}
}

@media (max-width: 480px){
.top_search .tops_box{ width:230px;} 
.tops_box .tops_input1{ width:180px;}
.tops_box .tops_input2{ width:30px;}
}
/*头部*/


/*底部*/
.footer{ height:70px; background:#fff;}
.footer .m{}
.footer .footer_left{ float:left; padding-top:15px;}
.footer_left .links a{ color:#888;}
.footer_left .links a:hover{ color:#d71318;}
.footer_left .links em{ display:inline-block; width:1px; height:8px; background:#cccccc; margin:-2px 12px 0; vertical-align:middle;}
.footer_left .copyright{ font-size:12px; color:#888;}
.footer_left .copyright a hover{ color:#d71318;}
.footer .footer_right{ float:right;}
.footer_right .footer_share{ float:left; height:70px; line-height:70px;}
.footer_share a{ color:#888; position:relative; padding-left:25px; margin-right:16px;}
.footer_share a:hover{ color:#d71318;}
.footer_share .share_weixin::before,
.footer_share .share_jd::before{ content:''; display:block; width:20px; height:18px; position:absolute; bottom:0; left:0;}
.footer_share .share_weixin::before{ background:url(../images/weixin1.jpg) no-repeat;}
.footer_share .share_jd::before{ background:url(../images/jingdong1.jpg) no-repeat;}
.footer_right .footer_n{ float:right; height:70px; border-left:1px solid #e5e5e5; padding:12px 11px 0 15px; padding:0;}
.footer_n .p{ font-size:12px; color:#888; line-height:14px;}
.footer_n span{ display:inline-block; font-size:34px; line-height:34px; color:#e62b1e; font-weight:bold; padding-right:52px; position:relative;}
.footer_n span::before{ content:''; display:block; width:47px; height:11px; background:url(../images/footer_rmb.jpg) no-repeat; position:absolute; bottom:5px; right:0;}

.footer_share .share_weixin{ position:relative;}
.share_weixin .share_qr{ position:absolute; background:#d71318; padding:8px; top:-130px; left:0; display:none;}
.share_weixin .share_qr img{ display:block; width:100px; height:100px;}
.share_weixin .share_qr::before{  content:''; display:block; width: 0;height: 0;border-left: 5px solid transparent; border-right:5px solid transparent;border-top: 7px solid #d71318; position:absolute; bottom:-7px; left:45%;}
.footer_share .share_weixin:hover .share_qr{ display:block;}

@media (max-width: 1024px){
.footer_right .footer_n{ padding:12px 0 0 15px; padding:0;}
}
@media (max-width: 860px){
.footer{ height:auto; padding-bottom:15px;}
.footer .footer_left,
.footer .footer_right{ float:none;}
.footer_right .footer_n{ border-left:none;}
.footer_left .links,
.footer_left .copyright{ text-align:center;}
}
@media (max-width: 480px){
.footer{ height:auto; padding:25px 0 15px;}
.footer_right .footer_share,
.footer_right .footer_n{ float:none;}
.footer_right .footer_share{ text-align:center; height:auto; line-height:24px;}
.footer_right .footer_n{ padding:0; text-align:center; margin-top:10px; height:auto;}
}
/*底部*/




/*首页*/
/*首页banner*/
.homeban .m{ padding:0 !important;}
.homeban_mobile{ display:none;}
.homeban .owl-carousel .owl-stage-outer{ width:100%;}
.homeban .owl-theme .owl-nav.disabled+.owl-dots{ position:absolute; bottom:10px; width:100%;}
.homeban .owl-theme .owl-dots .owl-dot span{ width:14px; height:14px; background:#fff; border:1px solid transparent;}
.homeban .owl-theme .owl-dots .owl-dot.active span{ border:1px solid #ea8a00; background:none;}

@media (max-width: 480px){
.homeban_pc{ display:none;}
.homeban_mobile{ display:block;}
.homeban .owl-theme .owl-dots .owl-dot span{ width:10px; height:10px;}
}
/*首页banner 结束*/


.contain{ margin:30px 0 20px;}
.contain .m{ background:#fff;}
.contain .homenews{ float:left; width:50%; background:#fff; padding:0 2.5%;}
.contain .hn_h{ height:60px; line-height:60px; border-bottom:1px solid #e5e5e5;}
.contain .hn_h span{ display:inline-block; cursor:pointer; line-height:57px; color:#565656; font-weight:bold; margin-right:30px;}
.contain .hn_h span:hover,
.contain .hn_h .hn_active{ border-bottom:2px solid #d71318; color:#d71318;}
.contain .hn_h .hn_more{ font-size:12px; color:#f28e00; float:right;}
.contain .hn_h .hn_more:hover{ color:#d71318;}
.contain .hn_item{ display:none;}
.hn_item .ul .as1{ height:40px; line-height:40px; border-bottom:1px dashed #d6d6d6;display: block;}
.hn_item .ul .as1 .p{overflow: hidden;text-overflow:ellipsis;white-space: nowrap; width:70%; float:left;}
.hn_item .ul .as1 .p a{ color:#565656;}
.hn_item .ul .as1 .p a:hover{ color:#d71318;}
.hn_item .ul .as1 span{ color:#959595; font-size:12px; float:right;}
.hn_item .ul .as2{ height:auto; border-bottom:1px dashed #d6d6d6; padding:18px 0;display: none;}
.hn_item .as2 img{ display:block; float:left; width:31.48%;}
.hn_item .as2 .hn_text{ float:right; width:66%;}

.hn_item .ul .xs{display: block;}
.hn_item .ul .li_top .as2{display: block;}
.hn_item .ul .li_top .as1{display: none;}

@media(max-width:768px){
.hn_item .ul .li_n .as2{display: none !important;}
.hn_item .ul .li_n .as1{display:block !important;}
.hn_item .ul .li_top .as2{display: block !important;}
.hn_item .ul .li_top .as1{display: none !important;}
}
.hn_text .h3{overflow: hidden;text-overflow:ellipsis;white-space: nowrap; margin-bottom:11px;}
.hn_text .h3 a{ font-size:15px; color:#565656;}
.hn_text .h3 a:hover{ color:#d71318;}
.hn_text .p{ display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden; color:#999; margin-bottom:11px;}
.hn_text .hn_morebtn{ display:block; width:70px; height:23px; line-height:23px; text-align:center; background:#c73939;  border-radius:25px; font-size:12px;}
.hn_text .hn_morebtn a{color:#fff;}
.hn_text .hn_morebtn:hover{ background:#ec3f44;}

.contain .homeright{ float:right; width:50%;}
.homeright .homeabout{ width:50%; height:200px; float:left; background:#ffa234; padding:5% 4.15% 0 5%;}
.homeabout .p{ color:#fff; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden; margin:15px 0 14px;}
.homeabout .ha_more{ display:block; width:70px; height:23px; line-height:23px; text-align:center; background:#ec3f44; border-radius:23px; color:#fff; font-size:12px;}

.homeright .homecontact{ width:50%; height:200px; float:right; padding:6% 0 0 5%; background:#fff; position:relative;}
.homeright .homecontact:before{ content:''; display:block; width:100px; height:84px; background:url(../images/homecontact_bg.png) no-repeat; position:absolute; top:0; right:12px;}
.homecontact .h3{ font-size:18px; color:#d71318;}
.homecontact em{ font-size:16px; color:#d0d0d0; font-style:normal;}
.homecontact .p{ font-size:16px; color:#a3a3a3; margin:5px 0 3px;}
.mytel span{ color:#f28e00; font-size:28px; line-height:30px; font-weight:bold; display:block;}
@media (max-width: 1024px){
.mytel span{ font-size:23px;}
}



.homeright .homevideo{ width:100%; height:200px; position:relative;}
.homeright .homevideo video{ width:100%; height:100%; background:#000;}

.homevideo .video_img{ position:absolute; top:0; left:0; width:100%; height:100%; cursor:pointer;}



@media (max-width: 768px){
.contain .homenews,
.contain .homeright{ width:100%; float:none;}
.contain .homeright{ margin-top:25px;}
}
@media (max-width: 480px){
.homeright .homeabout,
.homeright .homecontact{ width:100%; float:none;}
}
@media (max-width: 480px){
.hn_item .li_top img,
.hn_item .li_top .hn_text{ float:none; width:100%;}
.hn_item .li_top .hn_text{ margin-top:10px;}
}
/*首页 结束*/




/*联系方式*/
.contact_info{ padding-top:100px;}
.contact_info .h3{ font-size:18px; color:#d7181d; margin-bottom:25px;}
.contact_info .text .p{ color:#333;}
.contact_info .contact_qr{ padding-top:20px;}
.contact_qr .ul li{ float:left; margin-right:50px;}
.contact_qr .ul .p{ color:#d7181d; font-weight:bold; line-height:50px;}
.RighInfo002275 .map,
.contact_info .map #map{ height:480px;}
@media (max-width: 860px){
.contact_info{ padding-top:10px;}
.contact_info .text,
.RighInfo002275 .map{ float:none; width:100%;}
}
@media (max-width: 640px){
.RighInfo002275 .map,
.contact_info .map #map{ height:300px;}
}
@media (max-width: 500px){
.contact_qr .ul li{ text-align:center; float:none; margin:0 auto;}
.contact_info .BMap_omCtrl{ display:none;}
.contact_info .text .p{ line-height:30px;}
}
/*联系方式 结束*/



/*发展历程*/
.nav_grey{ background:#eff0f2; margin:0; padding-top:55px;}
.nav_grey nav{ margin:0; padding-bottom:30px;}
.Timeline002170 .owl-item .item{ height:682px; padding-top:165px; background-position: 45px 172px}
.Timeline002170 .owl-item .item img{ position:absolute; top:0; left:75px;}
.Timeline002170 .owl-stage-outer{ background:url(../images/Timeline002170-bg.png) repeat-x 0 280px;}
.Timeline002170 .odd-item .item{ background-position:5% 290px;}
.Timeline002170 .odd-item dl{ padding-top:290px;}
.Timeline002170 .odd-item .item img{ bottom:0; top:auto; left:0;}
.Timeline002170 .owl-nav div{ top:44%;}

.Menu002206 nav ul li>a{ padding-top:10px;}
.Menu002206 nav h2{ top:-20px;}
@media (max-width: 640px){
.Timeline002170 .owl-item .item{ padding-top:0; height:auto; margin:0 10px;}
.Timeline002170 .owl-item .item img{ position:static;}
.Timeline002170 .owl-item .item,
.Timeline002170 .odd-item .item{ background:none;}
.Timeline002170 .owl-item dl,
.Timeline002170 .odd-item dl{ padding:0;}
.Menu002206{ padding-top:20px; margin-top:20px;}
.Menu002206 nav h2{ position:static;}
.Menu002206 nav ul{ padding-left:0;}
.Menu002206 nav ul li{ margin:0 10px;}
.Menu002206 nav h2{ display:inline-block; width:auto; height:auto; font-size:16px; padding:8px 10px; background:#d8191e;}
}
/*发展历程 结束*/




/*荣誉资质*/
.PicList002239 li{border:5px solid #eff0f2;}
.PicList002239 li:hover{border:5px solid #FF5200;border-radius: 5px;}
@media (max-width: 640px){
.PicList002239{ padding-top:10px;}
.PicList002239 li .li1,
.PicList002239 li .span2{ float:none; width:100%; display:block; padding:5px 0; overflow:hidden;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.PicList002239 li .span2{ padding-left:30px;}
.PicList002239 li .text{ padding:0; text-align:left;}
}
@media (max-width: 1024px){
.PicList002239 li{ width:46%; margin:0 2% 30px; float:left;}
}
@media (min-width: 1024px){
.PicList002239 li{ margin:0 1% 30px;}
}
@media (min-width: 1250px){
.PicList002239 li {margin: 0 30px 55px;width: 360px;}
}
/*荣誉资质 结束*/



/*产品中心*/
.PicList002095 li{ margin-right:2%; margin-bottom:3.6%;}
.PicList002095 li div{ background:#fff;}
@media (max-width: 768px){
.PicList002095 li{ width:46%; margin:0 2% 3%;}
}
@media (max-width: 640px){
.Menu002206 nav dl{ padding-left:0;}
.Menu002206 nav dl dd{ margin-left:10px; margin-right:15px;}
}
/*产品中心 结束*/



/*在线加盟*/
.Form001852{ padding:2% 2%;}
.Form001852 .from .text{ background:#fff;}
.Form001852 .from textarea.text{ line-height:24px; padding:10px;}
@media (max-width: 480px){
.Form001852 .from td{ float:none; width:100% !important; display:block;}
.Form001852 .from td.f_name{ padding-right:0;}
}
/*在线加盟 结束*/


/*加盟优势*/
.side_body{ min-height:400px;}
/*加盟优势 结束*/


.RighInfo002275 .auto{ background:url(../images/map_bg.jpg) no-repeat center center;}
@media (max-width: 860px){
.RighInfo002275 .auto{ background-position:top center;}
}

.TextList002208 .dl .dt .job_span{ overflow:visible;}
@media (max-width: 640px){
.TextList002208 .dl .dt .btn i{display:block !important;}
}
.RighInfo001277 .right_info a{ background:#fff;}
.RighInfo001277 .tab .h1_tab span{ background:#fff;}

/*视频中心*/
.newsvideo{}
.newsvideo .ul li{ width:22%; margin:0 1.5% 30px; float:left; cursor:pointer;}
.newsvideo .ul li .p{ padding:10px 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; text-align:center;}
.newsvideo figure{/* display:block; width:100%; height:166px; overflow:hidden;*/ position:relative;}
.newsvideo figure i{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: url(../images/bofang.png)no-repeat center center;}
.newsvideo figure img{ display:block; width:100%; /*position:absolute; top:0; left:0;*/}
.newsvideo .ul li:hover .p{ color:#d71318;}
@media (max-width: 640px){
.newsvideo .ul li{ width:46%; margin:0 2% 20px;}
.newsvideo .ul li:nth-child(2n+1){ clear:both; }
}


/*详情页*/

.detail_body{ padding:0;}
.detail_body .detail_head{ padding:10px 0 15px; border-bottom:1px dashed #999;}
.detail_body .detail_head .detail_h{ font-size:20px; font-weight:normal; text-align:center; margin-bottom:10px;}
.detail_body .detail_head .detail_time{ font-size:15px; color:#ccc; text-align:center;}
.detail_body .detail_text{ padding:25px 0 50px;}
.page_ture{ padding:30px 0;}
.page_ture a{ display:block;}
.page_ture a:hover{ color:#d71318;}

/* 小屏幕（平板，大于等于 640px） */
@media (min-width: 640px) {
}
/* 桌面显示器（桌面显示器，大于等于 1002px） */
@media (min-width: 1002px) {
.detail_body{ padding:15px 0 30px;}
.detail_body .detail_text{ min-height:520px;}
.detail_body .detail_head .detail_h{ width:520px; margin:0 auto;}
}
/*详情页 结束*/


/*友情链接*/
.links_body{ min-height:600px;}
.links_body .ul li{ float:left; width:21%; margin:2%;}
.links_body .ul li .p{ padding:10px 0; text-align:center; color:#666;}
.links_body .ul a:hover .p{ color:#009944;}
@media (max-width:768px){
.links_body .ul li{ width:29.33%;}
}
@media (max-width:480px){
.links_body .ul li{ width:46%;}
}
/*友情链接 结束*/
.PicList002239 li .text{ padding:0;}


/* .TextList000856 li{ border-bottom:1px dashed #ccc;} */




.H_videoBig{ position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); display:none; z-index:9999;}
.H_videoBig .VideoBox{ position:absolute; top:20%; width:100%;}
.VideoBox .video_m{ margin:0 auto; width:700px; max-width:90%; position:relative;}
.video_m .VideoPlayer{ width:100%;}
.video_m .VideoPlayer video{ width:100%; margin:0 auto;}
.video_m .close{ width:36px; height:36px; background:url(../images/myclose.png) #ccc no-repeat center center; position:absolute; top:-36px; right:0;}


.searchpage{ min-height:500px;}
.RighInfo001277 .list_img{ min-height:auto;}


/**partner**/
.h-partner{ background-color:#f3f3f3; padding:0% 2%; padding-bottom: 3%;}
.h-partner h1{ margin:0; font-size: 18px; padding-bottom:1%; font-size:130%; font-weight:bold; color:#d71318;}
.h-partner h1 b{ font-family:Arial; font-size:122%; text-transform:uppercase; margin-right:16px; vertical-align:middle;}
.h-partner h1 a.add{ float:right; color:#c59b59; font-size:150%; font-family:Tahoma;}
.h-partner h1 a.add:hover{ text-decoration:none;color:#c90b16;}

@media (min-width:300px) and (max-width:480px)
{ 
.h-partner h1{ padding-top:2%; font-size:110%; }
.links-box li{ height:auto;}
}

.links-box{overflow: hidden;}
.links-box .bd{position:relative; overflow:hidden; height:54px; width:1200px;}
.links-box ul{ height:54px;}
.links-box li{ width:200px;overflow:hidden; height:54px; float:left;}
.links-box li img{height:54px;}




/*网站地图*/
.ul_sitemap li{ border-bottom:dotted 1px #ddd; padding:5px 0px;}
.ul_sitemap li strong{ width:90px; display:inline-block;}